Skip to content

fix: run tidy-ci instead of tidied#19

Merged
jamietanna merged 1 commit into
mainfrom
fix/tidy
May 17, 2026
Merged

fix: run tidy-ci instead of tidied#19
jamietanna merged 1 commit into
mainfrom
fix/tidy

Conversation

@jamietanna
Copy link
Copy Markdown
Member

@jamietanna jamietanna commented May 17, 2026

As noted in oapi-codegen/oapi-codegen#2372,
otherwise this leads to cases where we're not correctly go mod tidying
across the project.

As all our projects have a tidy-ci, we can use that task.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the reusable CI workflow’s “Go mod tidy” job so tidied (and module-specific tidy logic) can be applied across multiple Go modules within a repository, rather than only the root module.

Changes:

  • Runs tidied -verbose for the root module.
  • Iterates over tracked go.mod files and runs make tidy-ci in each module directory.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/ci.yml Outdated
As noted in oapi-codegen/oapi-codegen#2372,
otherwise this leads to cases where we're not correctly `go mod tidy`ing
across the project.

As all our projects have a `tidy-ci`, we can use that task.
@jamietanna jamietanna changed the title fix: correctly run tidied across all go.mods fix: run tidy-ci instead of tidied May 17, 2026
@jamietanna jamietanna added the bug Something isn't working label May 17, 2026
@jamietanna jamietanna merged commit 0b10ad6 into main May 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants